/* header-box */
.right-phont-fix{
	display: none;
}
.header-box {
  width: 100%;
  height: 0.8rem;
  position: relative;
  z-index: 100;
}
.header-box .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3.125%;
  background-color: #fff;
}
.header-box .logo {
  line-height: 0.8rem;
  height: 0.8rem;
  display: block;
  font-size: 0;
}
.header-box .logo img {
  height: 0.75rem;
  display: inline-block;
  vertical-align: top;
}
.header-box .logo span{
  font-size: 24px;
    display: inline-block;
    color: #444;
    margin-left: 0.2rem;
}
.header-box .bg {
  width: 100%;
  top: 0.8rem;
  left: 0;
  height: 0.5rem;
  position: absolute;
  background-color: #2579d1;
  display: none;
}
.header-box .nav {
  padding-right: 0.45rem;
}
.header-box .nav .item {
  float: left;
  margin-left: 0.6rem;
  position: relative;
}
.header-box .nav .item.on .link,
.header-box .nav .item:hover .link {
  color: #267ad1;
}
.header-box .nav .item .link {
  line-height: 0.8rem;
  color: #333;
  display: block;
}
.header-box .nav .item .sub-nav {
  position: absolute;
  top: 0.8rem;
  width: auto;
  z-index: 20;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
  display: none;
}
.header-box .nav .item .sub-nav .sub-item {
  width: auto;
  line-height: 0.5rem;
  white-space: nowrap;
  display: inline-block;
  color: #fff;
  font-size: 0.14rem;
  margin: 0 0.2rem;
}
.header-box .nav .item .sub-nav .sub-item:hover {
  color: #666;
}
.header-box .h-tel {
  font-size: 0.16rem;
  color: #267ad1;
  font-weight: bold;
  line-height: 0.8rem;
  padding-left: 0.45rem;
  /* border-left: 1px solid #3a3a3a; */
}
/* banner */
.banner {
  width: 100%;
  height: 8.8rem;
}
.banner .banner-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-slide {
  width: 100%;
  height: 100%;
  float: left;
  background-position: center;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .swiper-pagination {
  bottom: 0.7rem;
  font-size: 0;
  line-height: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.1rem;
  opacity: 1;
  position: relative;
  margin: 0 0.05rem;
  outline: none;
  background: #898989;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.5rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .banner-num {
  width: 100%;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.banner .banner-num li {
  width: 60px;
  height: 4px;
  background-color: #333;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
}
.banner .banner-num li.active {
  background-color: #267ad1;
}
.h-pd {
  padding: 0 9.375%;
}
/* com-tit */
.com-tit {
  text-align: center;
  line-height: 1;
  padding: 0.95rem 0;
  
}
.com-tit .title {
  font-size: 0.48rem;
  color: #212529;
  margin-bottom: 0.35rem;
  display: block;
}
.com-tit .des {
  font-size: 0.18rem;
  color: #666;
  padding-bottom: 0.25rem;
  position: relative;
}
.com-tit .des:after {
  content: '';
  width: 0.8rem;
  height: 2px;
  background-color: #979797;
  bottom: 0;
  left: 50%;
  margin-left: -0.4rem;
  position: absolute;
}
/* h-scene */
.h-scene {
  padding-bottom: 0.6rem;
}
.h-scene .items {
  margin-left: -1.93%;
}
.h-scene .item {
  width: 31.33%;
  margin-left: 1.93%;
  display: block;
  float: left;
  -webkit-border-radius: 0.12rem;
  border-radius: 0.12rem;
  overflow: hidden;
  background-color: #f3f3f5;
  margin-bottom: 0.4rem;
}
.h-scene .item .img {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
}
.h-scene .item .img img {
  width: 100%;
  height: 100%;
}
.h-scene .item .jqthumb {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.h-scene .item:hover .jqthumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.h-scene .item:hover .text .more {
  background-color: #267ad1;
  color: #fff;
}
.h-scene .item .text {
  padding: 0.4rem 0.6rem;
  text-align: center;
  line-height: 1;
}
.h-scene .item .text .tit {
  font-size: 0.28rem;
  color: #333;
  margin-bottom: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-scene .item .text .des {
  font-size: 0.18rem;
  color: #999;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h-scene .item .text .more {
  width: 1.05rem;
  display: inline-block;
  line-height: 0.42rem;
  border: 1px solid #d8d8d8;
  font-size: 0.18rem;
  color: #333;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
  margin-top: 0.22rem;
}
/* h-product */
.h-product {
  padding-bottom: 0.9rem;
  overflow: hidden;
}
.h-product .item {
  width: 20%;
  float: left;
  display: block;
  text-align: center;
  padding: 0.6rem 0 0.35rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  line-height: 1;
  font-size: 0.28rem;
  color: #343434;
  margin-top: -1px;
  margin-left: -1px;
}
.h-product .item .txt {
  margin-top: 0.4rem;
}
.h-product .item .icon {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  position: relative;
}
.h-product .item .icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h-product .item .icon i img {
  width: 100%;
  height: 100%;
}
.h-product .item .icon .check {
  display: none;
}
.h-product .item.on,
.h-product .item:hover {
  color: #267ad1;
}
.h-product .item.on .icon .def,
.h-product .item:hover .icon .def {
  display: none;
}
.h-product .item.on .icon .check,
.h-product .item:hover .icon .check {
  display: block;
}
/* h-ad */
.h-ad {
  position: relative;
  text-align: center;
}
.h-ad .more {
  line-height: 0.5rem;
  background-color: #267ad1;
  color: #fff;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  width: 1.8rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -0.9rem;
  bottom: 1rem;
}
.h-ad .more:hover {
  box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.2);
}
.h-ad .img {
  height: 7rem;
  width: 100%;
  background-position: center;
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.h-ad img {
  width: 100%;
}
/* h-service */
.h-service {
  background-color: #f3f3f5;
  padding-bottom: 0.65rem;
}
.h-service .big-box .big-swiper {
  display: none;
}
.h-service .big-swiper .swiper-slide {
  height: 5.2rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.h-service .big-swiper .b-num {
  line-height: 0;
  text-align: left;
  padding-left: 0.35rem;
  bottom: 0.22rem;
}
.h-service .big-swiper .b-num .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.05rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #999;
  opacity: 1;
}
.h-service .big-swiper .b-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #267ad1;
}
.h-service .big-swiper .b-next {
  top: auto;
  margin-top: 0;
  left: 50%;
  width: 0.46rem;
  height: 0.46rem;
  bottom: 0;
  margin-left: -0.47rem;
  background: #267ad1 url(../images/icon/s-next.png) no-repeat center center;
  background-size: 0.1rem;
}
.h-service .big-swiper .text {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.25rem 0.35rem 0.6rem;
  line-height: 1;
}
.h-service .big-swiper .text .tit {
  font-size: 0.28rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.14rem;
}
.h-service .big-swiper .text .des {
  font-size: 0.18rem;
  color: #464646;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h-service .small-box {
  position: relative;
}
.h-service .small-box .s-prev,
.h-service .small-box .s-next {
  width: 0.24rem;
  height: 0.41rem;
  background: url(../images/icon/btn-s.png) no-repeat;
  background-size: 0.48rem;
  outline: none;
}
.h-service .small-box .s-prev {
  left: -0.66rem;
}
.h-service .small-box .s-next {
  right: -0.66rem;
  background-position: -0.24rem 0;
}
.h-service .small-box .swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: auto;
}
.h-service .small-swiper {
  margin-top: 0.2rem;
}
.h-service .small-swiper .swiper-slide {
  text-align: center;
  width: auto;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.h-service .small-swiper .swiper-slide .img {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}
.h-service .small-swiper .swiper-slide .jqthumb {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
.h-service .small-swiper .swiper-slide:hover .txt,
.h-service .small-swiper .swiper-slide.on .txt {
  color: #fff;
  background-color: #267ad1;
}
.h-service .small-swiper .swiper-slide:hover .jqthumb,
.h-service .small-swiper .swiper-slide.on .jqthumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.h-service .small-swiper .txt {
  font-size: 0.28rem;
  color: #333;
  line-height: 0.86rem;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
}
/* h-news */
.h-news {
  padding-bottom: 1rem;
}
.h-news .newsS,
.h-news .news-items {
  width: 50%;
  height: 6.2rem;
}
.h-news .newsS .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.27rem 0.37rem 0.15rem;
  line-height: 1;
}
.h-news .newsS .text .tit {
  font-size: 0.24rem;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.2rem;
}
.h-news .newsS .text .des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.24rem;
}
.h-news .newsS .img {
  width: 100%;
  height: 100%;
}
.h-news .newsS .news-num {
  line-height: 0;
  padding: 0 0.37rem;
  text-align: right;
  bottom: 0.85rem;
}
.h-news .newsS .news-num .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.3rem;
  height: 0.1rem;
  -webkit-border-radius: 0.06rem;
  border-radius: 0.06rem;
  opacity: 1;
}
.h-news .newsS .news-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #267ad1;
}
.h-news .news-items .item {
  height: 1.55rem;
  display: block;
  padding: 0.35rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h-news .news-items .item:hover {
  background-color: #267ad1;
}
.h-news .news-items .item:hover .time .day,
.h-news .news-items .item:hover .time .year {
  color: #fff;
}
.h-news .news-items .item:hover .text .tit,
.h-news .news-items .item:hover .text .des {
  color: #fff;
}
.h-news .news-items .time {
  text-align: center;
  line-height: 1;
  padding-top: 0.1rem;
}
.h-news .news-items .time .day {
  font-size: 0.36rem;
  color: #121212;
}
.h-news .news-items .time .year {
  font-size: 0.18rem;
  color: #999999;
  margin-top: 0.2rem;
}
.h-news .news-items .text {
  padding-left: 1.2rem;
  line-height: 1;
}
.h-news .news-items .text .tit {
  font-size: 0.24rem;
  color: #333;
  margin-bottom: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-news .news-items .text .des {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* h-partner */
.h-partner {
  background-color: #f3f3f5;
  padding-bottom: 0.9rem;
}
.h-partner .swiper-container {
  margin-left: -0.575%;
  margin-right: -0.575%;
}
.h-partner .swiper-slide {
  width: 19.08%;
  height: 1.32rem;
  position: relative;
  padding: 0 0.575%;
  margin-bottom: 0.2rem;
}
.h-partner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.h-partner .swiper-slide .jqthumb {
  border: 1px solid #dedede;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  overflow: visible;
}
.h-partner .swiper-slide .jqthumb:before,
.h-partner .swiper-slide .jqthumb:after {
  content: '';
  position: absolute;
  z-index: 5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h-partner .swiper-slide .jqthumb:before {
  width: 100%;
  border-left: 0.02rem solid #267ad1;
  border-right: 0.02rem solid #267ad1;
  height: 0;
  top: 50%;
}
.h-partner .swiper-slide .jqthumb:after {
  width: 0;
  border-top: 0.02rem solid #267ad1;
  border-bottom: 0.02rem solid #267ad1;
  height: 100%;
  left: 50%;
  top: 0;
}
.h-partner .swiper-slide .jqthumb:hover:before {
  height: 100%;
  top: 0;
}
.h-partner .swiper-slide .jqthumb:hover:after {
  width: 100%;
  left: 0;
}
.h-partner .link-prev,
.h-partner .link-next {
  outline: none;
}
.h-partner .swiper-button-next,
.h-partner .swiper-button-prev {
  width: 0.24rem;
  height: 0.41rem;
  background: url(../images/case-btn.png) no-repeat;
  background-size: 0.48rem;
  margin-top: -0.2rem;
}
.h-partner .swiper-button-prev {
  left: 8.85%;
}
.h-partner .swiper-button-next {
  right: 8.85%;
  background-position: -0.24rem 0;
}
/* right-fix */
.right-fix {
  position: fixed;
  top: 50%;
  margin-top: -0.8rem;
  right: 0;
  z-index: 20;
}
.right-fix .item {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
}
.right-fix .item:hover a {
  background: #267ad1 url(../images/icon/r-icon.png) no-repeat;
  background-size: 0.4rem;
}
.right-fix .item a {
  width: 0;
  height: 100%;
  background: #000 url(../images/icon/r-icon.png) no-repeat;
  background-size: 0.4rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left: 0.4rem;
  overflow: hidden;
}
.right-fix .item .num {
  white-space: nowrap;
  line-height: 0.4rem;
  font-size: 0.18rem;
  color: #fff;
}
.right-fix .item.tel a {
  background-position: 0 -0.4rem;
}
.right-fix .item.wx a {
  background-position: 0 -0.8rem;
}
.right-fix .item.top a {
  background-position: 0 -1.2rem;
}
.right-fix .item.tel:hover a {
  width: 2rem;
}
.right-fix .item.wx .img {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 0.4rem;
  opacity: 0;
  background-color: #267ad1;
  padding: 0.05rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-fix .item.wx .img img {
  width: 100%;
}
.right-fix .item.wx:hover a {
  overflow: inherit;
}
.right-fix .item.wx:hover a .img {
  opacity: 1;
}
/* footer-box */
.footer-box {
  background-color: #090909;
  padding-top: 0.98rem;
}
.footer-box .f-info {
  line-height: 1;
  font-size: 0.16rem;
  padding-bottom: 0.1rem;
  color: #fff;
}
.footer-box .f-info .items {
  margin-right: 1.1rem;
}
.footer-box .f-info .items:nth-child(2){
	display: none;
}
.footer-box .f-info .tit {
  margin-bottom: 0.38rem;
  display: block;
  font-weight: bold;
  color: #fff;
}
.footer-box .f-info .item {
  color: #979797;
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1;
}
.footer-box .f-info .item:hover {
  color: #fff;
}
.footer-box .f-info .r-info {
  text-align: right;
}
.footer-box .f-info .r-info .num {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1;
}
.footer-box .f-info .r-info .des {
  margin-top: 0.2rem;
}
.footer-box .f-info .r-info .qr-code {
  width: 2.2rem;
  height: 2.2rem;
  overflow: hidden;
  float: right;
  margin-top: 0.45rem;
}
.footer-box .f-info .r-info .qr-code img {
  width: 100%;
  height: 100%;
}
.footer-box .f-info .r-info .txt {
  text-align: center;
  clear: both;
  padding-top: 0.25rem;
}
.footer-box .copy-right {
  padding: 0.35rem 0 0.6rem;
  color: #fff;
  border-top: 1px solid #3a3a3a;
}
.footer-box .copy-right a {
  color: #fff;
}
.footer-box .copy-right p {
  display: inline-block;
  font-size: 0.14rem;
  margin-right: 0.2rem;
}
/* in-page */
.in-page {
  background-color: #f6f6f6;
  min-height: 7rem;
}
.m-crumbs {
  padding: 0.4rem 0;
}
.m-crumbs .link {
  display: block;
  float: left;
  line-height: 1;
  font-size: 0.18rem;
  color: #777;
  margin-right: 0.14rem;
  position: relative;
}
.m-crumbs .link:hover {
  color: #267ad1;
}
.m-crumbs .link + .link {
  padding-left: 0.14rem;
}
.m-crumbs .link + .link:before {
  content: '>';
  font-size: 0.18rem;
  color: #777;
  position: absolute;
  top: 0;
  left: -0.07rem;
}
/* m-news-d */
.m-news-d .tit {
  font-size: 0.3rem;
  color: #343434;
  margin-bottom: 0.25rem;
}
.m-news-d .time {
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.25rem;
}
.m-news-d .des {
  padding-top: 0.25rem;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: 0.16rem;
  color: #888;
  line-height: 0.3rem;
  padding-bottom: 0.4rem;
}
.m-news-d .des .img {
  margin: 0.2rem 0;
}
/* m-change */
.m-change {
  padding: 0.4rem 0;
}
.m-change a {
  display: block;
  font-size: 0.2rem;
  color: #888;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.15rem 0;
}
/* m-scene */
.m-scene img {
  width: 100%;
}
/* m-join */
.m-join {
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
  text-align: center;
  padding: 0.8rem 0 1.3rem;
}
.m-join .title {
  font-size: 0.4rem;
  color: #212529;
  line-height: 1;
}
.m-join .des {
  font-size: 0.18rem;
  color: #666;
  margin: 0.35rem 0 0.48rem;
}
.m-join .con {
  background-color: #fff;
}
.m-join .form,
.m-join .img {
  width: 50%;
}
.m-join .img img {
  width: 100%;
}
.m-join .form {
  padding: 0.7rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-join .form input,
.m-join .form textarea {
  font-size: 0.16rem;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
}
.m-join .form input::-webkit-input-placeholder,
.m-join .form textarea::-webkit-input-placeholder {
  font-size: 0.16rem;
  color: #ababab;
}
.m-join .form .inp {
  width: 100%;
  line-height: 0.5rem;
  height: 0.5rem;
  border: 1px solid #ccc;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.m-join .form .text-area {
  width: 100%;
  height: 2.5rem;
  padding: 0.15rem 0.2rem;
  border: 1px solid #ccc;
}
.m-join .form .code {
  margin: 0.2rem 0 0.3rem;
}
.m-join .form .code .s-inp {
  width: 1.2rem;
  line-height: 0.5rem;
  height: 0.5rem;
  border: 1px solid #ccc;
  padding: 0 0.2rem;
}
.m-join .form .code .s-img {
  margin-top: 0.03rem;
  margin-left: 0.15rem;
  cursor: pointer;
}
.m-join .form .code .s-img img {
  height: 0.44rem;
}
.m-join .form .btn {
  width: 100%;
  line-height: 0.5rem;
  background-color: #3e85d4;
  color: #fff;
  font-size: 0.18rem;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
}
/* m-Cnav */
.m-Cnav {
  background-color: #fff;
}
.m-Cnav .swiper-slide {
  width: auto;
  margin-right: 0.7rem;
  line-height: 1rem;
  font-size: 0.2rem;
}
.m-Cnav .swiper-slide.on,
.m-Cnav .swiper-slide:hover {
  color: #267ad1;
}
/* m-about */
.m-about {
  font-size: 0.16rem;
  color: #343434;
  line-height: 0.32rem;
  padding: 0.4rem 0 0.9rem;
}
.m-about .title {
  font-size: 0.3rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.m-about p {
  margin-bottom: 0.4rem;
}
.m-about img {
  max-width: 100%;
}
/* m-contact */
.m-contact {
  padding: 0.8rem 0 0.5rem;
  font-size: 0.18rem;
  line-height: 1;
  color: #666;
}
.m-contact .map {
  margin-bottom: 0.4rem;
}
.m-contact .map img {
  width: 100%;
}
.m-contact .des p {
  margin-bottom: 0.3rem;
}
/* m-partner */
.m-partner {
  padding: 0.4rem 0;
}
.m-partner .items {
  margin-left: -1.25%;
}
.m-partner .item {
  width: 23.75%;
  display: block;
  float: left;
  border: 1px solid #dedede;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  overflow: hidden;
  margin-bottom: 0.2rem;
  margin-left: 1.25%;
  position: relative;
}
.m-partner .item img {
  width: 100%;
}
.m-partner .item:before,
.m-partner .item::after {
  content: '';
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-partner .item:before {
  content: '';
  width: 100%;
  border-left: 0.02rem solid #267ad1;
  border-right: 0.02rem solid #267ad1;
  height: 0;
  top: 50%;
  position: absolute;
  z-index: 1;
}
.m-partner .item:after {
  content: '';
  position: absolute;
  width: 0;
  border-top: 0.02rem solid #267ad1;
  border-bottom: 0.02rem solid #267ad1;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m-partner .item:hover:before {
  height: 100%;
  top: 0;
}
.m-partner .item:hover:after {
  width: 100%;
  left: 0;
}
/* m-service */
.m-service {
  padding: 0.4rem 0 0.5rem;
}
.m-service .items {
  margin-left: -4%;
}
.m-service .item {
  width: 46%;
  margin-left: 4%;
  display: block;
  float: left;
  background-color: #fff;
  margin-bottom: 0.5rem;
}
.m-service .item .img {
  width: 100%;
  height: 3.35rem;
  overflow: hidden;
}
.m-service .item .img img,
.m-service .item .img .jqthumb {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m-service .item:hover .jqthumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.m-service .item:hover .text .tit {
  color: #267ad1;
}
.m-service .item .text {
  padding: 0.35rem 0.45rem;
  text-align: center;
  line-height: 1;
  color: #333;
}
.m-service .item .text .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
  margin-bottom: 0.15rem;
}
.m-service .item .text .des {
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #999;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.6rem;
}
.m-service .item .text .more {
  line-height: 0.42rem;
  border: 1px solid #d8d8d8;
  display: inline-block;
  margin: 0 auto;
  padding: 0 0.17rem;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  font-size: 0.18rem;
  margin-top: 0.22rem;
}
.m-service .item .text .more:hover {
  background-color: #267ad1;
  color: #fff;
  border-color: #267ad1;
}
/* m-news */
.m-news {
  padding: 0.2rem 0 0.6rem;
}
.m-news .item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #dedede;
  display: block;
}
.m-news .item .img {
  width: 2.25rem;
  height: 1.8rem;
}
.m-news .item .img img {
  width: 100%;
  height: 100%;
}
.m-news .item:hover .text .tit {
  color: #267ad1;
}
.m-news .item .text {
  padding-left: 2.7rem;
  line-height: 1;
}
.m-news .item .text .tit {
  font-size: 0.24rem;
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.24rem 0 0.3rem;
}
.m-news .item .text .time {
  font-size: 0.14rem;
  color: #999;
  margin-bottom: 0.15rem;
}
.m-news .item .text .des {
  line-height: 0.28rem;
  font-size: 0.16rem;
  height: 0.56rem;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-news .m-page {
  margin-top: 0.6rem;
}
/* m-product */
.m-product {
  padding-top: 0.2rem;
}
.m-product .items {
  margin-left: -2.5%;
}
.m-product .item {
  display: block;
  float: left;
  width: 47.5%;
  margin-left: 2.5%;
  background-color: #fff;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
  line-height: 1;
  padding: 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-product .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.m-product .item:hover .text .tit {
  color: #267ad1;
}
.m-product .item .img {
  width: 2.04rem;
  height: 2.04rem;
  overflow: hidden;
}
.m-product .item .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.m-product .item .text {
  padding-left: 2.6rem;
}
.m-product .item .text .tit {
  font-size: 0.2rem;
  color: #333;
  margin: 0.05rem 0 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-product .item .text .des {
  line-height: 0.24rem;
  font-size: 0.16rem;
  height: 0.48rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-product .item .text .more {
  line-height: 0.43rem;
  display: inline-block;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 0.04rem;
  border-radius: 0.04rem;
  padding: 0 0.15rem;
  font-size: 0.18rem;
  color: #333;
  margin-top: 0.7rem;
}
.m-product .item .text .more:hover {
  background-color: #267ad1;
  color: #fff;
  border-color: #267ad1;
}
.m-product .m-page {
  margin-bottom: 0.4rem;
}
/* p-nav */
.p-nav {
  background-color: #fff;
  position: relative;
  padding: 0.3rem 0;
}
.p-nav .swiper-slide {
  width: auto;
  padding: 0 0.4rem;
  text-align: center;
  display: block;
}
.p-nav .swiper-slide:hover .txt,
.p-nav .swiper-slide.on .txt {
  color: #267ad1;
}
.p-nav .swiper-slide:hover .icon .def,
.p-nav .swiper-slide.on .icon .def {
  display: none;
}
.p-nav .swiper-slide:hover .icon .check,
.p-nav .swiper-slide.on .icon .check {
  display: block;
}
.p-nav .swiper-slide .icon {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
}
.p-nav .swiper-slide .icon i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-nav .swiper-slide .icon img {
  width: 100%;
  height: 100%;
}
.p-nav .swiper-slide .icon .check {
  display: none;
}
.p-nav .swiper-slide .txt {
  margin-top: 0.12rem;
  font-size: 0.18rem;
  color: #343434;
}
.p-nav .p-prev,
.p-nav .p-next {
  width: 0.24rem;
  height: 0.41rem;
  background: url(../images/icon/btn-s.png) no-repeat;
  background-size: 0.48rem;
  cursor: pointer;
  outline: none;
}
.p-nav .p-prev {
  left: -0.4rem;
}
.p-nav .p-next {
  right: -0.4rem;
  background-position: -0.24rem 0;
}
/* mobile */

@media screen and (max-width: 1850px) {
  /* footer-box */
  .footer-box .f-info .items {
    margin-right: 0.7rem;
  }
}
@media screen and (max-width: 1550px) {
  /* header-box */
  .header-box .h-tel {
    padding-left: 0.2rem;
  }
  .header-box .nav {
    padding-right: 0.2rem;
  }
  .header-box .nav .item {
    margin-left: 0.4rem;
  }
  /* footer-box */
  .footer-box .f-info .items {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 0.24rem;
  }
  .header-box .h-tel {
    display: none;
  }
  /* footer-box */
  .footer-box .f-info .items {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
	.right-phont-fix{
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99;
		width: 100%;
		background-color: #267ad1;
	}
	.right-phont-fix a{
		display: block;
		width: 50%;
		font-size: 0.28rem;
		color: #fff;
		text-align: center;
		line-height: 0.8rem;
	}
  .pd {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  /* header-box */
  .header-box .menu {
    display: block;
    width: 0.4rem;
    height: 0.35rem;
    background: url(../images/icon/menu-icon.png) no-repeat;
    background-size: 0.4rem;
    margin-top: 0.22rem;
  }
  .header-box .nav {
    float: none;
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #595959;
    border-bottom: 1px solid #eee;
    overflow: auto;
    padding-right: 0;
  }
  .header-box .nav .item + .item {
    border-top: 1px solid #eee;
  }
  .header-box .nav .item {
    width: 100%;
    float: none;
    margin-left: 0;
    padding: 0 0.3rem;
  }
  .header-box .nav .item:hover:after,
  .header-box .nav .item.on:after {
    width: 0;
  }
  .header-box .nav .item .sub-nav {
    position: relative;
    top: 0;
    text-align: left;
    padding-bottom: 0.3rem;
    border: 0;
  }
  .header-box .nav .item.on .sub-nav{
	  display: block;
  } 
  .header-box .nav .item .sub-nav .sub-item {
    display: block;
    font-size: 0.22rem;
  }
  .header-box .nav .item + .item {
    border-top: 1px solid #eee;
  }
  .header-box .nav a {
    font-size: 0.24rem;
    line-height: 0.8rem;
  }
  .right-fix {
    display: none;
  }
  /* h-service */
  .h-service.h-pd {
    padding: 0 0 0.4rem;
  }
  .h-service .big-swiper .b-num .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.1rem;
  }
  .h-service .big-swiper .text {
    width: 100%;
  }
  .h-service .big-swiper .text .tit {
    font-size: 0.3rem;
  }
  .h-service .big-swiper .text .des {
    font-size: 0.24rem;
  }
  .h-service .big-swiper .b-next {
    left: 100%;
  }
  .h-service .small-swiper .swiper-slide {
    width: 2.5rem;
  }
  .h-service .small-swiper .swiper-slide .img {
    height: 1.45rem;
  }
  .h-service .small-swiper .swiper-slide .txt {
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .h-service .small-box .s-prev,
  .h-service .small-box .s-next {
    display: none;
  }
  /* h-product */
  .h-product.h-pd {
    padding-bottom: 0.4rem;
  }
  .h-product .item {
    width: 20%;
  }
  .h-product .item .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .h-product .item .txt {
    font-size: 0.24rem;
  }
  /* footer-box */
  .footer-box .f-info {
    font-size: 0.22rem;
  }
  .footer-box .f-info .tit {
    font-size: 0.24rem;
    line-height: 0.7rem;
    margin-bottom: 0;
  }
  .footer-box .f-info .items {
    border-bottom: 1px solid #999;
    margin-right: 0;
  }
  .footer-box .f-info .item {
    font-size: 0.22rem;
    padding-left: 0.4rem;
  }
  .footer-box .f-info .l-cls {
    float: none;
    width: 100%;
    border-top: 1px solid #999;
  }
  .footer-box .f-info .items,
  .footer-box .f-info .r-info {
    float: none;
    text-align: left;
  }
  .footer-box .f-info .items .box{
	  display: none;
  }
  .footer-box .f-info .items.on .box{
  	  display: block;
  }
  .footer-box .f-info .items .qr-code,
  .footer-box .f-info .r-info .qr-code {
    float: none;
  }
  .footer-box .f-info .items .txt,
  .footer-box .f-info .r-info .txt {
    text-align: left;
  }
  .footer-box .f-info .r-info {
    margin-top: 0.4rem;
  }
  .footer-box .copy-right p {
    display: block;
    font-size: 0.2rem;
  }
  /* m-join */
  .m-join {
    padding: 0.8rem 0.3rem;
  }
  .m-join .form,
  .m-join .img {
    width: 100%;
    float: none;
  }
  .m-join .form {
    padding: 0.4rem;
  }
  .m-join .form .inp,
  .m-join .form .code .s-inp {
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }
  .m-join .form input,
  .m-join .form textarea {
    font-size: 0.24rem;
  }
  .m-join .form input::-webkit-input-placeholder,
  .m-join .form textarea::-webkit-input-placeholder {
    font-size: 0.24rem;
  }
  .m-join .form .code .s-inp {
    width: 2rem;
  }
  .m-join .form .code .s-img {
    margin-top: 0.05rem;
  }
  .m-join .form .code .s-img img {
    height: 0.5rem;
  }
  .m-join .form .btn {
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  /* m-Cnav */
  .m-Cnav .swiper-slide {
    font-size: 0.24rem;
  }
  .m-Cnav,
  .in-page {
    padding: 0 0.3rem;
  }
  /* m-about */
  .m-about {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  /* m-contact */
  .m-contact {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .m-contact .des p {
    margin-bottom: 0.2rem;
  }
  /* m-partner */
  .m-partner .items {
    margin-left: -5%;
  }
  .m-partner .items .item {
    width: 45%;
    margin-left: 5%;
  }
  /* m-service */
  .m-service .item .text {
    padding: 0.2rem;
  }
  .m-service .item .text .tit {
    font-size: 0.32rem;
  }
  .m-service .item .text .des,
  .m-service .item .text .more {
    font-size: 0.24rem;
  }
  /* m-news */
  .m-news .item .text {
    padding-left: 2.5rem;
  }
  .m-news .item .text .tit {
    font-size: 0.3rem;
    padding: 0.2rem 0;
  }
  .m-news .item .text .time {
    font-size: 0.18rem;
  }
  .m-news .item .text .des {
    font-size: 0.24rem;
    line-height: 0.32rem;
    height: 0.64rem;
  }
  /* p-nav */
  .p-nav .p-prev,
  .p-nav .p-next {
    display: none;
  }
  .p-nav .swiper-slide .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .p-nav .swiper-slide .txt {
    font-size: 0.24rem;
  }
  /* m-product */
  .m-product .items {
    margin-left: -3%;
  }
  .m-product .item {
    width: 47%;
    margin-left: 3%;
    padding: 0.2rem;
  }
  .m-product .item .img {
    float: none;
    width: 100%;
    height: 3rem;
  }
  .m-product .item .text {
    padding-left: 0;
  }
  .m-product .item .text .tit {
    font-size: 0.24rem;
  }
  .m-product .item .text .des {
    font-size: 0.22rem;
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .m-product .item .text .more {
    margin-top: 0.2rem;
    font-size: 0.22rem;
  }
  /* com-tit */
  .com-tit {
    padding: 0.4rem 0;
  }
  .com-tit:after {
    width: 1rem;
    margin-left: -0.5rem;
  }
  .com-tit .des {
    font-size: 0.24rem;
	line-height: 0.36rem;
  }
  .header-box .logo span{
	  font-size: 18px;
  }
  .banner{
	  height: 5rem;
  }
  .h-pd {
    padding: 0 0.3rem;
  }
  /* h-scene */
  .h-scene .items {
    margin-left: -3%;
  }
  .h-scene .item {
    width: 47%;
    margin-left: 3%;
    margin-bottom: 0.2rem;
  }
  .h-scene .item .img {
    height: 3rem;
  }
  .h-scene .item .text {
    padding: 0.2rem;
  }
  .h-scene .item .text .tit {
    font-size: 0.3rem;
  }
  .h-scene .item .text .des {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
  }
  .h-scene .item .text .more {
    width: 1.3rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
  }
  .h-partner {
    padding-bottom: 0.4rem;
  }
  /* h-news */
  .h-news .newsS,
  .h-news .news-items {
    width: 100%;
    height: auto;
  }
  .h-news .newsS .img {
    height: 6rem;
  }
  .h-news .news-items .item {
    height: auto;
  }
  .h-news .news-items .item .year {
    font-size: 0.24rem;
  }
  .h-news .news-items .text .tit {
    font-size: 0.26rem;
  }
  .h-news .news-items .text .des {
    font-size: 0.24rem;
    line-height: 0.3rem;
    height: 0.6rem;
  }
  .m-crumbs .link {
    font-size: 0.22rem;
  }
  /* m-news-d */
  .m-news-d .time {
    font-size: 0.2rem;
  }
  .m-news-d .des {
    font-size: 0.22rem;
    line-height: 0.36rem;
  }
  /* m-change */
  .m-change a {
    font-size: 0.26rem;
    margin: 0.2rem 0;
  }
}
.none{
	display: none!important;
}
